LoadFromWav(SoundBuffer, string)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Wav


Loads the data from an .wav file to the specified SoundBuffer.

Syntax

public static void LoadFromWav(
	SoundBuffer buffer,
	string path
)

Back to index